登录到redis服务
127.0.0.1:6379> auth 123456
ERR Client sent AUTH, but no password is set
设置其密码
Redis 127.0.0.1:6379> CONFIG SET requirepass "123456"
OK
redis 127.0.0.1:6379> AUTH 123456
Ok
127.0.0.1:6379> auth 123456
ERR Client sent AUTH, but no password is set
Redis 127.0.0.1:6379> CONFIG SET requirepass "123456"
OK
redis 127.0.0.1:6379> AUTH 123456
Ok
asoren赞 1阅读 4.8k
YYGP赞 1阅读 6.3k
小全栈工程师小鹿阅读 802
我不是码农阅读 763
universe_king阅读 580
得物技术赞 1阅读 159评论 1
威哥爱编程赞 1阅读 141
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。